home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_GROUPNAME / TFRM_GROUPNAME.txt
Text File  |  1997-06-09  |  1KB  |  63 lines

  1. object frm_GroupName: Tfrm_GroupName
  2.   Left = 256
  3.   Top = 260
  4.   ActiveControl = txt_NewName
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Group Name'
  8.   ClientHeight = 89
  9.   ClientWidth = 297
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lab_NewName: TLabel
  18.     Left = 16
  19.     Top = 18
  20.     Width = 103
  21.     Height = 13
  22.     Caption = 'New Name for Group:'
  23.     FocusControl = txt_NewName
  24.   end
  25.   object txt_NewName: TEdit
  26.     Left = 128
  27.     Top = 13
  28.     Width = 161
  29.     Height = 24
  30.     Font.Color = clBlack
  31.     Font.Height = -13
  32.     Font.Name = 'System'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.   end
  37.   object cmd_OK: TBitBtn
  38.     Left = 215
  39.     Top = 52
  40.     Width = 74
  41.     Height = 29
  42.     TabOrder = 1
  43.     Kind = bkOK
  44.   end
  45.   object cmd_Cancel: TBitBtn
  46.     Left = 136
  47.     Top = 52
  48.     Width = 74
  49.     Height = 29
  50.     TabOrder = 2
  51.     Kind = bkCancel
  52.   end
  53.   object cmd_Help: TBitBtn
  54.     Left = 8
  55.     Top = 52
  56.     Width = 74
  57.     Height = 29
  58.     Caption = 'Help'
  59.     TabOrder = 3
  60.     Kind = bkHelp
  61.   end
  62. end
  63.